home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / timcnnct.lha / TC / Catalogs / TCPrefs.cd < prev   
Text File  |  1996-01-22  |  4KB  |  304 lines

  1. ;******************
  2. ;
  3. ;  TCPrefs v1.02a (18.01.96)
  4. ;
  5. ;
  6. ;******************
  7. ;
  8. ;
  9. ; *** main.c ***
  10. ;
  11. BROKER_DESCRIPTION (//)
  12. TimeConnect Preferences.
  13. ;
  14. MSG_APP_ERROR (//)
  15. Couldn't create MUI objects.
  16. ;*********************
  17. MSG_MUI_ERROR (//)
  18. Couldn't open muimaster.library v12 or above.
  19. ;
  20. MSG_LOCAL_ERROR (//)
  21. Couldn't open local.library v40 or above.
  22. ;
  23. MSG_INTUI_ERROR (//)
  24. Couldn't open intuition.library v39 or above.
  25. ;
  26. MSG_GFX_ERROR (//)
  27. Couldn't open graphics.library v39 or above.
  28. ;
  29. MSG_WBENCH_ERROR (//)
  30. Couldn't open workbench.library v39 or above.
  31. ;
  32. MSG_FILMEM_ERROR (//)
  33. Couldn't allocate FileRequester.
  34. ;
  35. MSG_NO_STRUCTURE (//)
  36. Couln't allocate structure.
  37. ;
  38. ;/******************************************************************************/
  39. EDIT_TIME_TITLE (//)
  40. Select Date/Day
  41. ;
  42. CONFIG_TITLE (//)
  43. TC Prefs Editor V1.02a
  44. ;
  45. HOUR_TITLE (//)
  46. Select hour
  47. ;
  48. HOUR_COST_TITLE (//)
  49. Hour/Cost
  50. ;
  51. DATE_TIME_TITLE (//)
  52. Date / Day
  53. ;
  54. ;******************************************************************************
  55. ACTIV_DAY (//)
  56. Activ Day
  57. ;
  58. DATE_DAY (//)
  59. Day
  60. ;
  61. DATE_ENTRY (//)
  62. Date
  63. ;
  64. FIRST_UNITY (//)
  65. First Unity
  66. ;
  67. AFTER_UNITY (//)
  68. After Unity
  69. ;
  70. OTHER_PREFS (//)
  71. Other preferences
  72. ;
  73. ;*******************************    GADGET    ********************************
  74. GAD_ADD (//)
  75. aAdd
  76. ;
  77. GAD_REMOVE (//)
  78. rRemove
  79. ;
  80. GAD_EDIT (//)
  81. eEdit
  82. ;
  83. GAD_COPY (//)
  84. oCopy
  85. ;
  86. GAD_ADD2 (//)
  87. dAdd
  88. ;
  89. GAD_REMOVE2 (//)
  90. mRemove
  91. ;
  92. GAD_EDIT2 (//)
  93. iEdit
  94. ;
  95. GAD_COPY2 (//)
  96. pCopy
  97. ;
  98. GAD_OK (//)
  99. oOK
  100. ;
  101. GAD_CANCEL (//)
  102. cCancel
  103. ;
  104. GAD_SAVE (//)
  105. sSave
  106. ;
  107. GAD_USE (//)
  108. uUse
  109. ;
  110. GAD_THRESHOLD (//)
  111. tUnity Threshold
  112. ;
  113. MONDAY (//)
  114. mMonday
  115. ;
  116. TUESDAY (//)
  117. tTuesday
  118. ;
  119. WEDNESDAY (//)
  120. wWednesday
  121. ;
  122. THURSDAY (//)
  123. hThursday
  124. ;
  125. FRIDAY (//)
  126. fFriday
  127. ;
  128. SATURDAY (//)
  129. sSaturday
  130. ;
  131. SUNDAY (//)
  132. uSunday
  133. ;
  134. GAD_COMMENTARY (//)
  135. eComment
  136. ;
  137. DURATION (//)
  138.  Duration:
  139. ;
  140. COST (//)
  141.  Cost:
  142. ;
  143. GAD_CHK (//)
  144. lAppend to logfile
  145. ;
  146. GAD_CHK2 (//)
  147. gLog all actions
  148. ;
  149. GAD_CHK3 (//)
  150. nLog after each unity
  151. ;
  152. GAD_CHK4 (//)
  153. aActivate unity threshold
  154. ;
  155. GAD_HOUR (//)
  156. Hour
  157. ;
  158. GAD_MONTH (//)
  159. Month
  160. ;
  161. JANUARY (//)
  162. January
  163. ;
  164. FEBRUARY (//)
  165. February
  166. ;
  167. MARCH (//)
  168. March
  169. ;
  170. APRIL (//)
  171. April
  172. ;
  173. MAY (//)
  174. May
  175. ;
  176. JUNE (//)
  177. June
  178. ;
  179. JULY (//)
  180. July
  181. ;
  182. AUGUST (//)
  183. August
  184. ;
  185. SEPTEMBER (//)
  186. September
  187. ;
  188. OCTOBER (//)
  189. October
  190. ;
  191. NOVEMBER (//)
  192. November
  193. ;
  194. DECEMBER (//)
  195. December
  196. ;
  197. ;*******************************    MENU      ********************************
  198. MENU_PROJECT (//)
  199. Project
  200. ;
  201. MENU_CLEAR (//)
  202. L\0Clear
  203. ;
  204. MENU_OPEN (//)
  205. O\0Open...
  206. ;
  207. MENU_SAVEAS (//)
  208.  \0Save as...
  209. ;
  210. MENU_ABOUT (//)
  211. About...
  212. ;
  213. MENU_PREFS (//)
  214. Preferences
  215. ;
  216. MENU_COST (//)
  217.  \0Only one cost
  218. ;
  219. MENU_RELOAD (//)
  220.  \0Last Saved
  221. ;
  222. ;*******************************    MSG      ********************************
  223. MSG_QUIT_REQ (//)
  224. \nQuit whithout saving first?\n
  225. ;
  226. MSG_ANS_REQ (//)
  227. _QUIT|_Cancel|* \33b_S\33bAVE 
  228. ;
  229. MSG_TITLE_REQ (//)
  230. TimeConnect request
  231. ;
  232. MSG_ANS2_REQ (//)
  233. * \33b_Y\33bES |_Cancel
  234. ;
  235. MSG_NOTEMPTY (//)
  236. \nEntries not saved!\nClear whithout saving first?\n
  237. ;
  238. MSG_SAVEFILES (//)
  239. Save File ...
  240. ;
  241. MSG_NOTHING (//)
  242. \33cNothing to save.
  243. ;
  244. MSG_IMPOSSIBLE (//)
  245. \33cImpossible to save.
  246. ;
  247. MSG_MSG_TITLE (//)
  248. TCPrefs information
  249. ;
  250. NEWENTRY (//)
  251. New Entry
  252. ;
  253. MSG_LOADFILES (//)
  254. Loading whithout saving first?
  255. ;
  256. MSG_LOADFILES2 (//)
  257. Loading file ...
  258. ;
  259. MSG_BADFORMAT (//)
  260. \33cBad Format file!
  261. ;
  262. MSG_NOFILE (//)
  263. \33cNo File!
  264. ;
  265. MSG_NODEFAULT (//)
  266. \33cCan't find timeconnect.prefs!
  267. ;
  268. MSG_GET_LOGFILE (//)
  269. Choose a drawer and filename
  270. ;
  271. ;*******************************   SHORT HELP   ********************************
  272. SH_DATEGROUP (//)
  273. Dates list and editing's gadgets.
  274. ;
  275. SH_HOURGROUP (//)
  276. Hours list and editing's gadgets.
  277. ;
  278. SH_LOGFILE (//)
  279. Log file preferences.
  280. ;
  281. SH_DAY (//)
  282. Choose one or more days\n\
  283. \33cfor the activity.\n\
  284. \33cSet a coment too!
  285. ;
  286. SH_DATE (//)
  287. \33cChoose the date you want\n\
  288. to specify the cost and time.\n\
  289. \33cSet a coment too!
  290. ;
  291. SH_HOUR (//)
  292. Choose begin hour of the period.
  293. ;
  294. SH_TIME_COST (//)
  295. Choose cost and duration\n\
  296. \33cfor specified unity.
  297. ;
  298. SH_COMMENTARY (//)
  299. Text to recognize the period!
  300. ;
  301. SH_THRESHOLD (//)
  302. Unity threshold from which\n\
  303. \33ccost must be counted!
  304.